-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix #3813] Removing Quarkus Configuration From Springboot file #3840
Conversation
Looks good to me, |
As @pefernan realized, events are already configurable by using kogito.addon.events.process.kafka.kogito-processinstances-events.topic=the topic |
2a184e2
to
fe43cac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment, thank you @fjtirado
...ration-tests/integration-tests-springboot-kafka-it/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
…a-it/src/main/resources/application.properties Co-authored-by: Pere Fernández <[email protected]>
Perfect man :) |
PR job Reproducerbuild-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-runtimes -u #3840 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3840/10/display/redirect Test results:
Those are the test failures: org.kie.kogito.codegen.tests.PublishEventIT.testExclusiveGatewayStartToEndexpected: "ExclusiveSplit" but was: "defaultPackage.TimerProcess" |
As part of resolution of #3813, a misleading application.properties should be changed